Skip to content

Comments

[MIG] export_async_schedule: Migration to 17.0#893

Open
StephaneMangin wants to merge 22 commits intoOCA:17.0from
acsone:17.0-mig-export_async_schedule
Open

[MIG] export_async_schedule: Migration to 17.0#893
StephaneMangin wants to merge 22 commits intoOCA:17.0from
acsone:17.0-mig-export_async_schedule

Conversation

@StephaneMangin
Copy link

@StephaneMangin StephaneMangin commented Feb 11, 2026

depends : #894

Guewen Baconnier and others added 20 commits February 11, 2026 10:51
Schedule exports based on an export list.
Susbcribed users will receive an email at the configured interval.
Currently translated at 100.0% (36 of 36 strings)

Translation: queue-12.0/queue-12.0-export_async_schedule
Translate-URL: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-export_async_schedule/fr/
Currently translated at 100.0% (36 of 36 strings)

Translation: queue-12.0/queue-12.0-export_async_schedule
Translate-URL: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-export_async_schedule/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: queue-14.0/queue-14.0-export_async_schedule
Translate-URL: https://translation.odoo-community.org/projects/queue-14-0/queue-14-0-export_async_schedule/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: queue-14.0/queue-14.0-export_async_schedule
Translate-URL: https://translation.odoo-community.org/projects/queue-14-0/queue-14-0-export_async_schedule/
@StephaneMangin StephaneMangin changed the title 17.0 mig export async schedule [MIG] export_async_schedule: Migration to 17.0 Feb 11, 2026
@StephaneMangin StephaneMangin force-pushed the 17.0-mig-export_async_schedule branch from b3290ed to 124c302 Compare February 11, 2026 10:40
@StephaneMangin
Copy link
Author

@yvaucher @simahawk @cuongnmtm
Hi guys, a little up about this module migration.
Thanks a lot in advance for your reviews.

@StephaneMangin StephaneMangin marked this pull request as ready for review February 11, 2026 14:29
@StephaneMangin StephaneMangin force-pushed the 17.0-mig-export_async_schedule branch from 124c302 to ca0a493 Compare February 11, 2026 14:35
@StephaneMangin
Copy link
Author

StephaneMangin commented Feb 11, 2026

A improvement is incoming for this module #897

Copy link

@cuongnmtm cuongnmtm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that you are using two spaces instead of four for XML file indentation, which introduces multiple unnecessary changes.
https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#21format

If I am not mistaken, I believe the authors value in the manifest file should not be updated, as it is intended to reflect the original author of the module. We are contributors.


def name_get(self):
result = []
@api.depends("model_id", "ir_export_id")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we depend on model_id.name and ir_export_id.name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants